C1.Data Namespace > ClientView<T> Class > Paging Method : Paging<TKey>(Expression<Func<T,TKey>>,Boolean,Int32) Method |
'Declaration Public Overloads Function Paging(Of TKey)( _ ByVal sortKeySelector As System.Linq.Expressions.Expression(Of Func(Of T,TKey)), _ ByVal ascending As System.Boolean, _ ByVal pageSize As System.Integer _ ) As PagingView(Of T)
public PagingView<T> Paging<TKey>( System.Linq.Expressions.Expression<Func<T,TKey>> sortKeySelector, System.bool ascending, System.int pageSize )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2